home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Ghostscript / !!!Source.readme next >
Encoding:
Text File  |  2001-01-01  |  1.3 KB  |  36 lines

  1. Guess you must read this if you want to recompile Ghostscript.
  2.  
  3. If you have a Geek Gadget environment: forget it and start from the
  4. scratch. I used StormC to compile this. StormC does not support
  5. makefiles.
  6.  
  7. If you want to rebuild with StormC, please note:
  8.  
  9. I split it up into several projects:
  10.  
  11. Amiga.¶                   - containing platform specific stuff
  12. Devices.¶                 - containing the devices
  13. Graphics Library Part 1.¶ - Ghostscript graphics library, part 1
  14. Graphics Library Part 2.¶ - Ghostscript graphics library, part 2
  15. Streams.¶                 - containing the stream stuff
  16.  
  17. each of which builds a link library. I did it this way to save
  18. compiling time after making changes. StormC takes awfully long to
  19. check dependencies, even when little has changed. After making a
  20. change, you must rebuild the link library with librarian (double-
  21. click on the *.lb entry in the project and hit "Build").
  22.  
  23. And, finally:
  24.  
  25. Ghostscript 6.50 Amiga.¶
  26.  
  27. which has the main interpreter code and links it all together.
  28.  
  29. Adding/removing devices
  30. -----------------------
  31. StormC projects do not have the power of makefiles. There's no easy
  32. way to add or remove devices as with the original makefiles. You
  33. have to edit gconfig.h by hand. See gconf.c for a little more info.
  34. Then rebuild part 1 of the graphics lib and link the main program -
  35. ready.
  36.